home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part2 / 10368 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  4.2 KB

  1. Path: nntp1.best.com!usenet
  2. From: Rigor@clever.net (Matt Fox)
  3. Newsgroups: comp.dcom.modems
  4. Subject: New 03/27/96 Usr courier I-modem code...
  5. Date: 6 Apr 1996 08:16:13 GMT
  6. Organization: Best Internet Communications
  7. Message-ID: <4k598d$j0m@nntp1.best.com>
  8. NNTP-Posting-Host: belvdere.vip.best.com
  9. X-Newsreader: WinVN 0.99.7
  10.  
  11. just found this on usr's bbs 708 982 5092 or ftp site ftp.usr.com 
  12. directory dl05:
  13.  
  14. new Imodem code.
  15.  
  16. IE010104.ZIP   423930  04-05-96  External I-Modem Firmware Download Version
  17.                                  1.1.4 Dated: 03/27/96  ||  P/N:1.018.807
  18. IM010104.ZIP   423929  04-05-96  Internal I-Modem Firmware Download Version
  19.                                  1.1.4 Dated: 03/27/96  ||  P/N:1.018.808
  20.  
  21.  
  22. read me notes:
  23. ==============
  24.  
  25. COURIER I-MODEM INTERNAL AND EXTERNAL - CODE ENHANCEMENT REV. 1.1.4
  26. 4/4/96
  27.  
  28.  
  29. Note that there are 2 separate files, one for the External models, 
  30. one for the Internal models.  Files beginning with "IE" are for the
  31. External.  Files beginning with "IM" are for the Internal.
  32.  
  33. -------------------------------------------------------------------
  34. Rev. 1.1.4 (Internal and External)
  35. *** RELEASE NOTES ***
  36.  
  37. IMPORTANT NOTE!
  38.  
  39. Many times new code will change the memory locations used by various 
  40. registers.  BE SURE TO GO INTO A TERMINAL PROGRAM AND ENTER THE FOLLOWING
  41. COMMAND!:
  42.  
  43. AT&F1S67=0S68=0&W
  44.  
  45. This will restore the factory default template, set S67 to 0, and write
  46. these changes to NVRAM. It will also enable the enhanced auto select features
  47. (S68). You may want to make a screen print of your current settings first 
  48. (ATI4).
  49.  
  50. CHANGES FOUND IN THIS RELEASE:
  51.  
  52. The primary purpose of this release is to overcome problems with Telco
  53. network design and/or CO equipment limitations that prevented proper 
  54. operation of the Universal Connect Feature.  We also included several minor
  55. bug fixes/feature changes.
  56.  
  57. AUTO SERVICE SELECT ENHANCEMENTS
  58.  
  59. There were a couple issues we needed to tackle:
  60.  
  61. One was when we placed a 64K digital call and the telco actually 
  62. connected it to an analog destination.  This broke our auto-fallback 
  63. sequence as we saw this as a valid connect at 64K, and we could not 
  64. know to fallback.  We have fixed this by detecting the modem answer 
  65. tones, and converting to analog modem mode on the fly.  This happens 
  66. within 50ms, so it will be totally transparent.
  67.      
  68. The other was we were presented a voice network message ("We 
  69. cannot complete your call as dialed" or similar), but no D 
  70. channel reject message.  We have put in a voice detect feature 
  71. that will detect the voice message, disconnect and retry as 
  72. analog. 
  73.      
  74. Because there may be times when this operation is not desired, we 
  75. have put in S register bits to allow these features to be 
  76. selectively disabled by the end user.  Two bits in the S68 register 
  77. (S68.0 and S68.1) can be used to enable or disable the above features.
  78.  
  79. S68.0=0 enables the ability to change to analog mode during a digital call
  80. attempt (*V2=0 or *V2=5 modes only).
  81.  
  82. S68.0=1 disables the ability to change to analog mode during a digital 
  83. call attempt (*V2=0 or *V2=5 modes only).  If an analog modem tone is
  84. detected the call will disconnect and not retry.  The ATI6 screen will
  85. show "Disconnect Reason is Analog Destination Over a Digital Network 
  86. Connection".  You may want to disable this in cases where digital calls
  87. are charged differently than Speech Bearer calls.
  88.  
  89. S68.1=0 enables the ability of the I-modem to detect voice (*V2=0 or 
  90. *V2=5 modes only).
  91.  
  92. S68.1=1 disables the ability of the I-modem to detect voice (*V2=0 or 
  93. *V2=5 modes only).
  94.  
  95. AS WE ASSUME MOST WILL PREFER TO LEAVE THESE FEATURES ENABLED, ATS68=0
  96. IS RECOMMENDED AND WILL SET BOTH BITS OFF (FEATURES ENABLED).
  97.  
  98.  
  99. OTHER ISSUES CHANGED IN 1.1.4:
  100.  
  101. - Fix problems observed with Z-Modem transfers in certain situations.
  102.  
  103. - Fix problems with DTE speed detection.  This problem was observed 
  104. primarily when used with Livingston Portmasters.
  105.  
  106. - Changed *V2=5 mode to allow for incoming Analog bearer calls.
  107.  
  108. - Fix rare problem where the I-modem got into a state where it could not 
  109. place or receive calls on the data side.
  110.  
  111. - Fix problem where it would reset the DTE rate to 57600 on hard reset
  112. regardless of the DTE rate set in NVRAM.  It now sets DTE to the rate 
  113. stored in NVRAM upon hard reset (power cycle or ATZ!).
  114.  
  115.  
  116.